Skip to content

Fuco1/eshell-bookmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

eshell-bookmark

Simple package integrating eshell with bookmark.el.

Read the blog post for introduction.

Installation

Get it from MELPA or MELPA Stable with M-x package-install eshell-bookmark.

Usage

Enable the bookmark by adding this setup to your config:

(add-hook 'eshell-mode-hook 'eshell-bookmark-setup)

Or you can also manually call (eshell-bookmark-setup) from any other setup hook you already have.

If you use use-package, the setup can look something like the following:

(use-package eshell-bookmark
  :after eshell
  :config
  (add-hook 'eshell-mode-hook #'eshell-bookmark-setup))

After this, use the bookmark features as usual:

  • capture a bookmark to eshell with C-x r m
  • restore an eshell with C-x r l

Works with remote/TRAMP hosts as well, which is super cool.

About

Eshell and bookmark.el integration

Resources

Stars

Watchers

Forks

Packages

No packages published